home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / WINSHOES.ZIP / NNTPR.DFM / NNTPR.txt
Encoding:
Text File  |  1996-03-20  |  1.2 KB  |  73 lines

  1. object formNNTP_R: TformNNTP_R
  2.   Left = 215
  3.   Top = 188
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'POP3'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 9
  15.     Top = 8
  16.     Width = 67
  17.     Height = 13
  18.     Caption = 'Host Name:'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 9
  22.     Top = 32
  23.     Width = 68
  24.     Height = 13
  25.     Caption = 'Newsgroup:'
  26.   end
  27.   object lablStatus: TLabel
  28.     Left = 33
  29.     Top = 60
  30.     Width = 220
  31.     Height = 13
  32.     AutoSize = False
  33.   end
  34.   object editHost: TEdit
  35.     Left = 81
  36.     Top = 4
  37.     Width = 228
  38.     Height = 20
  39.     TabOrder = 0
  40.   end
  41.   object butnRetrieve: TButton
  42.     Left = 272
  43.     Top = 80
  44.     Width = 142
  45.     Height = 21
  46.     Caption = '&Retrieve 1st Message'
  47.     TabOrder = 1
  48.     OnClick = butnRetrieveClick
  49.   end
  50.   object memoMessage: TMemo
  51.     Left = 1
  52.     Top = 104
  53.     Width = 420
  54.     Height = 165
  55.     TabOrder = 2
  56.   end
  57.   object editNG: TEdit
  58.     Left = 81
  59.     Top = 28
  60.     Width = 228
  61.     Height = 20
  62.     TabOrder = 3
  63.     Text = 'alt.test'
  64.   end
  65.   object nntp: TPBE_sNNTP
  66.     OnStatus = nntpStatus
  67.     Port = 119
  68.     Version = '2.001B'
  69.     Left = 331
  70.     Top = 6
  71.   end
  72. end
  73.